home *** CD-ROM | disk | FTP | other *** search
- Path: bln.sel.alcatel.de!news
- From: 1570sw <1570sw@setsk0.rpi.ses.alcatel.es>
- Newsgroups: comp.lang.c
- Subject: Re: inserting assembly code in C?
- Date: Wed, 31 Jan 1996 12:08:39 -0800
- Organization: Alcatel SEL AG Berlin
- Message-ID: <310FCC47.6A4@setsk0.rpi.ses.alcatel.es>
- References: <4emsvo$lq4@linet02.li.net>
- NNTP-Posting-Host: setxa2.rpi.ses.alcatel.es
- Mime-Version: 1.0
- Content-Type: text/plain; charset=us-ascii
- Content-Transfer-Encoding: 7bit
- X-Mailer: Mozilla 2.0b5 (Win16; I)
-
- Don Matthews wrote:
- >
- > I'm using Borland C compiler and I'd like to know how I would go about
- > inserting some assembly code into my C programs.
- >
- > Thanks...
-
-
- Hi!
-
- You have tow ways:
-
- Use the C instruction inline or put your .asm files in the project file.
-